home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMTEEGENERAL / TFORMTEEGENERAL.txt
Encoding:
Text File  |  2002-03-14  |  4.2 KB  |  224 lines

  1. object FormTeeGeneral: TFormTeeGeneral
  2.   Left = 200
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 236
  7.   ClientWidth = 375
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GBZoom: TGroupBox
  18.     Left = 207
  19.     Top = 9
  20.     Width = 125
  21.     Height = 103
  22.     HelpContext = 351
  23.     Caption = 'Zoom'
  24.     TabOrder = 0
  25.     object LSteps: TLabel
  26.       Left = 6
  27.       Top = 75
  28.       Width = 47
  29.       Height = 18
  30.       Alignment = taRightJustify
  31.       AutoSize = False
  32.       Caption = '&Steps:'
  33.       FocusControl = SEAniZoomSteps
  34.     end
  35.     object CBAllowZoom: TCheckBox
  36.       Left = 12
  37.       Top = 18
  38.       Width = 109
  39.       Height = 18
  40.       HelpContext = 44
  41.       Caption = '&Allow Zoom'
  42.       TabOrder = 0
  43.       OnClick = CBAllowZoomClick
  44.     end
  45.     object CBAnimatedZoom: TCheckBox
  46.       Left = 12
  47.       Top = 45
  48.       Width = 109
  49.       Height = 17
  50.       HelpContext = 48
  51.       Caption = 'Animated Z&oom'
  52.       TabOrder = 1
  53.       OnClick = CBAnimatedZoomClick
  54.     end
  55.     object SEAniZoomSteps: TEdit
  56.       Left = 56
  57.       Top = 70
  58.       Width = 32
  59.       Height = 21
  60.       HelpContext = 49
  61.       TabOrder = 2
  62.       Text = '8'
  63.       OnChange = SEAniZoomStepsChange
  64.     end
  65.     object UDAniZoomSteps: TUpDown
  66.       Left = 88
  67.       Top = 70
  68.       Width = 15
  69.       Height = 21
  70.       Associate = SEAniZoomSteps
  71.       Min = 0
  72.       Position = 8
  73.       TabOrder = 3
  74.       Wrap = False
  75.     end
  76.   end
  77.   object RGPanning: TRadioGroup
  78.     Left = 207
  79.     Top = 123
  80.     Width = 125
  81.     Height = 98
  82.     HelpContext = 358
  83.     Caption = 'Allow Scroll:'
  84.     Items.Strings = (
  85.       '&None'
  86.       '&Horizontal'
  87.       '&Vertical'
  88.       '&Both')
  89.     TabOrder = 1
  90.     OnClick = RGPanningClick
  91.   end
  92.   object CBClipPoints: TCheckBox
  93.     Left = 67
  94.     Top = 90
  95.     Width = 73
  96.     Height = 17
  97.     HelpContext = 155
  98.     Caption = '&Clip Points'
  99.     TabOrder = 2
  100.     OnClick = CBClipPointsClick
  101.   end
  102.   object BPrint: TButton
  103.     Left = 60
  104.     Top = 16
  105.     Width = 91
  106.     Height = 25
  107.     HelpContext = 394
  108.     Caption = 'Print &Preview...'
  109.     TabOrder = 3
  110.     OnClick = BPrintClick
  111.   end
  112.   object BExport: TButton
  113.     Left = 60
  114.     Top = 52
  115.     Width = 91
  116.     Height = 25
  117.     HelpContext = 491
  118.     Caption = '&Export...'
  119.     TabOrder = 4
  120.     OnClick = BExportClick
  121.   end
  122.   object GBMargins: TGroupBox
  123.     Left = 47
  124.     Top = 123
  125.     Width = 120
  126.     Height = 98
  127.     HelpContext = 11
  128.     Caption = 'Margins (%)'
  129.     TabOrder = 5
  130.     object SETopMa: TEdit
  131.       Left = 42
  132.       Top = 20
  133.       Width = 27
  134.       Height = 21
  135.       HelpContext = 279
  136.       TabOrder = 0
  137.       Text = '3'
  138.       OnChange = SETopMaChange
  139.     end
  140.     object SELeftMa: TEdit
  141.       Left = 6
  142.       Top = 44
  143.       Width = 27
  144.       Height = 21
  145.       HelpContext = 279
  146.       TabOrder = 1
  147.       Text = '3'
  148.       OnChange = SELeftMaChange
  149.     end
  150.     object SEBotMa: TEdit
  151.       Left = 42
  152.       Top = 68
  153.       Width = 27
  154.       Height = 21
  155.       HelpContext = 279
  156.       TabOrder = 2
  157.       Text = '3'
  158.       OnChange = SEBotMaChange
  159.     end
  160.     object SERightMa: TEdit
  161.       Left = 72
  162.       Top = 44
  163.       Width = 27
  164.       Height = 21
  165.       HelpContext = 279
  166.       TabOrder = 3
  167.       Text = '3'
  168.       OnChange = SERightMaChange
  169.     end
  170.     object UDTopMa: TUpDown
  171.       Left = 69
  172.       Top = 20
  173.       Width = 15
  174.       Height = 21
  175.       HelpContext = 279
  176.       Associate = SETopMa
  177.       Min = 0
  178.       Increment = 5
  179.       Position = 3
  180.       TabOrder = 4
  181.       Wrap = False
  182.     end
  183.     object UDRightMa: TUpDown
  184.       Left = 99
  185.       Top = 44
  186.       Width = 15
  187.       Height = 21
  188.       HelpContext = 279
  189.       Associate = SERightMa
  190.       Min = 0
  191.       Increment = 5
  192.       Position = 3
  193.       TabOrder = 5
  194.       Wrap = False
  195.     end
  196.     object UDLeftMa: TUpDown
  197.       Left = 33
  198.       Top = 44
  199.       Width = 15
  200.       Height = 21
  201.       HelpContext = 279
  202.       Associate = SELeftMa
  203.       Min = 0
  204.       Increment = 5
  205.       Position = 3
  206.       TabOrder = 6
  207.       Wrap = False
  208.     end
  209.     object UDBotMa: TUpDown
  210.       Left = 69
  211.       Top = 68
  212.       Width = 15
  213.       Height = 21
  214.       HelpContext = 279
  215.       Associate = SEBotMa
  216.       Min = 0
  217.       Increment = 5
  218.       Position = 3
  219.       TabOrder = 7
  220.       Wrap = False
  221.     end
  222.   end
  223. end
  224.